In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.BeforeAlternativeFontLookupArgs / Cancel Property

Cancel Property (BeforeAlternativeFontLookupArgs)

In This Topic
A flag specifying if the substitution process must be aborted.
Syntax
'Declaration

 

Public Property Cancel As Boolean
public bool Cancel {get; set;}
public read-write property Cancel: Boolean; 
public function get,set Cancel : boolean
public: __property bool get_Cancel();

public: __property void set_Cancel( 

   bool value

);
public:

property bool Cancel {

   bool get();

   void set (    bool value);

}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.BeforeAlternativeFontLookupArgs
BeforeAlternativeFontLookupArgs Members